Get All Worksheet Names
Command Prototype
arrayRet = Excel.GetSheetsName(objExcelWorkBook)
Command Description
Get the names of all worksheets under the specified Excel
Parameter Description
- Required Parameter
- objExcelWorkBook--Excel workbook object (workbook opened with "Open Excel" command (Excel.OpenExcel))
- return
- arrayRet--The variable used to save the output of the function call